Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track GitLive Master #75

Merged
merged 330 commits into from
Aug 29, 2024
Merged

Track GitLive Master #75

merged 330 commits into from
Aug 29, 2024

Conversation

Daeda88
Copy link
Collaborator

@Daeda88 Daeda88 commented Jun 12, 2024

Removes a lot of Splendo custom implementation in favour of what was decided on the origin repo.

Removed:

  • Async functions
  • Additional where clause methods
  • Passing settings for encoding
  • Setting settings for Database

Replaced with:

  • New encoding settings builder passed for encoding
  • New where clause builder
  • New settings setup for Firestore

Retained:

  • Encoding polymorphic classes as list instead of map

nbransby and others added 30 commits April 4, 2024 11:49
Make methods stricter and fail with Library exceptions so they can be caught consistently.
New module to explicitly mark difference between Common properties that are public facing and those that should be internal
Move parts of the firebase-common module to new firebase-common-internal
Adds an optional Source argument to DocumentReference and Query
siarhei-luskanau and others added 29 commits August 27, 2024 05:36
Revert to API 21 as minSDK for all but Auth
Bumps `kotlin` from 2.0.0 to 2.0.20.

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.0 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.20)

Updates `org.jetbrains.kotlin.multiplatform` from 2.0.0 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.20)

Updates `org.jetbrains.kotlin.native.cocoapods` from 2.0.0 to 2.0.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.20)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.native.cocoapods
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps com.adarshr.test-logger from 3.2.0 to 4.0.0.

---
updated-dependencies:
- dependency-name: com.adarshr.test-logger
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps org.jmailen.kotlinter from 4.4.0 to 4.4.1.

---
updated-dependencies:
- dependency-name: org.jmailen.kotlinter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [org.jetbrains.kotlinx.binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.15.0-Beta.2 to 0.16.3.
- [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases)
- [Commits](Kotlin/binary-compatibility-validator@0.15.0-Beta.2...0.16.3)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx.binary-compatibility-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2 to 3.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@v2...v3)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [dev.gitlive:firebase-java-sdk](https://github.com/GitLiveApp/firebase-java-sdk) from 0.4.3 to 0.4.5.
- [Release notes](https://github.com/GitLiveApp/firebase-java-sdk/releases)
- [Commits](GitLiveApp/firebase-java-sdk@v0.4.3...v0.4.5)

---
updated-dependencies:
- dependency-name: dev.gitlive:firebase-java-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
It had become part of commons-internal which kind of defeats the purpose.

Also made FirebaseEncoder/FirebaseDecoder an interface in the public API. Useful for writing custom Serializers that have custom behaviour on Firebase
@Daeda88 Daeda88 merged commit 8eb51b0 into master Aug 29, 2024
50 of 51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.